home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / pc / pb / profile.dir / 00009_Script_#go to over < prev    next >
Text File  |  1997-07-29  |  169b  |  9 lines

  1. on mouseUp
  2.   global current_pm 
  3.   if current_pm = 0 then abort
  4.   if rollover(the clickon) then
  5.     if the timer > 90 then
  6.       over_load
  7.     end if
  8.   end if
  9. end